IDictionary.Values Property

Task Parallel System.Threading

Gets an ICollection containing the values in the IDictionary.

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property Values As ICollection
	Implements IDictionary.Values
C#
ICollection IDictionary.Values { get; }

Field Value

An ICollection containing the values in the IDictionary.

Implements

IDictionary..::.Values

See Also